From: IOhannes m zmölnig Date: Wed, 21 Sep 2016 09:48:02 +0000 (+0200) Subject: Enabled VST pluginhost X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~191 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=1f062fcccfc606f167fbd3ae391ff1c5ce045a3a;p=juce.git Enabled VST pluginhost --- diff --git a/debian/libbuilder/AppConfig.h b/debian/libbuilder/AppConfig.h index 6dd2eff3..d57124ab 100644 --- a/debian/libbuilder/AppConfig.h +++ b/debian/libbuilder/AppConfig.h @@ -98,11 +98,11 @@ // juce_audio_processors flags: #ifndef JUCE_PLUGINHOST_VST - #define JUCE_PLUGINHOST_VST 0 + #define JUCE_PLUGINHOST_VST 1 #endif #ifndef JUCE_PLUGINHOST_VST3 - #define JUCE_PLUGINHOST_VST3 0 + #define JUCE_PLUGINHOST_VST3 1 #endif #ifndef JUCE_PLUGINHOST_AU diff --git a/debian/patches/debian_fixed-defines.patch b/debian/patches/debian_fixed-defines.patch index 67b671ab..c605085d 100644 --- a/debian/patches/debian_fixed-defines.patch +++ b/debian/patches/debian_fixed-defines.patch @@ -43,7 +43,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ --- juce.orig/modules/juce_audio_plugin_client/utility/juce_CheckSettingMacros.h +++ juce/modules/juce_audio_plugin_client/utility/juce_CheckSettingMacros.h -@@ -22,6 +22,42 @@ +@@ -22,6 +22,30 @@ ============================================================================== */ @@ -53,18 +53,6 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +# define JucePlugin_LV2URI JucePlugin_Name +#endif + -+#if JucePlugin_Build_VST -+# warning JUCE/Debian disabled VST support -+# undef JucePlugin_Build_VST -+# define JucePlugin_Build_VST 0 -+#endif -+ -+#if JucePlugin_Build_VST3 -+# warning JUCE/Debian disabled VST3 support -+# undef JucePlugin_Build_VST3 -+# define JucePlugin_Build_VST3 0 -+#endif -+ +#if JucePlugin_Build_AU +# warning JUCE/Debian disabled AU support +# undef JucePlugin_Build_AU @@ -86,7 +74,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ // The following checks should cause a compile error if you've forgotten to // define all your plugin settings properly.. -@@ -37,6 +73,7 @@ +@@ -37,6 +61,7 @@ #endif #define JUCE_CHECKSETTINGMACROS_H